ECDSA configure register
WORK_MODE | The work mode bits of ECDSA Accelerator. 0: Signature Verify Mode. 1: Signature Generate Mode. 2: Export Public Key Mode. 3: invalid. |
ECC_CURVE | The ecc curve select bit of ECDSA Accelerator. 0: P-192. 1: P-256. |
SOFTWARE_SET_K | The source of k select bit. 0: k is automatically generated by hardware. 1: k is written by software. |
SOFTWARE_SET_Z | The source of z select bit. 0: z is generated from SHA result. 1: z is written by software. |
DETERMINISTIC_K | The source of hardware generated k. 0: k is generated by TRNG. 1: k is generated by deterministic derivation algorithm. |
DETERMINISTIC_LOOP | The (loop number - 1) value in the deterministic derivation algorithm to derive k. |